Html Css Color HEX #CBED7D Sulu

📋 copy color: '#CBED7D'

red 203 ◦ green 237 ◦ blue 125

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

Shades of Sulu #CBED7D

Tints of Sulu #CBED7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.12%

R = 35.93%
G = 41.95%
B = 22.12%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#CBED7D (or 0xCBED7D) is known color: Sulu. HEX triplet: CB, ED and 7D. RGB value is (203,237,125). Sum of RGB (Red+Green+Blue) = 203+237+125=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 237 (92.97% from 255 or 41.95% from 565); Blue value is 125 (49.22% from 255 or 22.12% from 565); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBED7D is #341282. Grayscale: #D6D6D6. Windows color (decimal): -3412611 or 8252875. OLE color: 8252875.

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

Color convert

RGB 203 237 125 -
CMYK 0.14 0 0.47 0.07
HSL 78.21º 0.76% 0.71% -
HSV(B) 78.21º 0.47% 0.93% -
XYZ 58.61 74.75 30.74 -
YUV 214.07 77.74 120.11 -
System Red Green Blue C M Y K H S L
Decimal 203 237 125 0.14 0 0.47 0.07 78.21 0.76 0.71
Hex CB ED 7D E 0 2F 7 4E 4C 47
Octal 313 355 175 16 0 57 7 116 114 107
Binary 11001011 11101101 1111101 1110 0 101111 111 1001110 1001100 1000111

Color Harmonies of #CBED7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBED7D

Black with #CBED7D

Text Example


Text Example

White with #CBED7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBED7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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