Html Css Color HEX #CBED4E Las Palmas

📋 copy color: '#CBED4E'

red 203 ◦ green 237 ◦ blue 78

#CBED4E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Las Palmas #CBED4E

Tints of Las Palmas #CBED4E

RGB

 RED value IS 203 (79.69% from 255) = 39.19%

 GREEN value IS 237 (92.97% from 255) = 45.75%

 BLUE value IS 78 (30.86% from 255) = 15.06%

R = 39.19%
G = 45.75%
B = 15.06%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.67

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CBED4E (or 0xCBED4E) is known color: Las Palmas. HEX triplet: CB, ED and 4E. RGB value is (203,237,78). Sum of RGB (Red+Green+Blue) = 203+237+78=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 78 (30.86% from 255 or 15.06% from 518); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBED4E is #3412B1. Grayscale: #D1D1D1. Windows color (decimal): -3412658 or 5172683. OLE color: 5172683.

HSL color Cylindrical-coordinate representation of color #CBED4E: hue angle of 72.83º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CBED4E is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 237 78 -
CMYK 0.14 0 0.67 0.07
HSL 72.83º 0.82% 0.62% -
HSV(B) 72.83º 0.67% 0.93% -
XYZ 56.29 73.81 18.49 -
YUV 208.71 54.24 123.93 -
System Red Green Blue C M Y K H S L
Decimal 203 237 78 0.14 0 0.67 0.07 72.83 0.82 0.62
Hex CB ED 4E E 0 43 7 49 52 3E
Octal 313 355 116 16 0 103 7 111 122 76
Binary 11001011 11101101 1001110 1110 0 1000011 111 1001001 1010010 111110

Color Harmonies of #CBED4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBED4E

Black with #CBED4E

Text Example


Text Example

White with #CBED4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBED4E; }

 p { color: rgb(203,237,78); }

 H1.HeaderClassName
 {
   color: #CBED4E;
 }
 .AnyTagClassName
 {
   color: #CBED4E;
 }
</style>

background-color css

<style>
 a { background-color: #CBED4E; }

 a { background-color: rgb(203,237,78); }

 div.DivClassName
 {
   background-color: #CBED4E;
 }
 .BgClassName
 {
   background-color: #CBED4E;
 }
</style>

border-color css

<style>
 span { border-color: #CBED4E; }

 span { border-color: rgb(203,237,78); }

 td.TdClassName
 {
   border-color: #CBED4E;
 }
 .TagClassName
 {
   border-color: #CBED4E;
 }
</style>